home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2006 September / SAN CD 9-2006 CD-ROM 16.iso / pc / Software / Network Telescope Control / NTC-Setup.Exe / Source / ntc_ciel_client_sun.dfm < prev    next >
Encoding:
Text File  |  2004-12-09  |  970 b   |  46 lines

  1. object scope_sun: Tscope_sun
  2.   Left = 743
  3.   Top = 463
  4.   BorderStyle = bsDialog
  5.   Caption = 'NTC Sun panel'
  6.   ClientHeight = 249
  7.   ClientWidth = 249
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCloseQuery = form_close_query
  16.   OnCreate = formcreate
  17.   OnPaint = check_activate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object sun_panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 249
  25.     Height = 249
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object sun_group: TGroupBox
  29.       Left = 0
  30.       Top = 0
  31.       Width = 249
  32.       Height = 249
  33.       Caption = 'Sun Group'
  34.       TabOrder = 0
  35.       object sun_shape: TShape
  36.         Left = 32
  37.         Top = 32
  38.         Width = 185
  39.         Height = 185
  40.         Brush.Color = clYellow
  41.         Shape = stCircle
  42.       end
  43.     end
  44.   end
  45. end
  46.